PowerTools InputMan for Windows Forms 8.0J
OnInsert メソッド (FieldCollection<T>)

valueを挿入する位置の0から始まるインデックス。
indexにある要素の新しい値。
System.Collections.CollectionBase インスタンスに新しい要素を挿入する前に、追加のカスタム プロセスを実行します。
構文
Protected Overrides Sub OnInsert( _
   ByVal index As Integer, _
   ByVal value As Object _
) 
protected override void OnInsert( 
   int index,
   object value
)

パラメータ

index
valueを挿入する位置の0から始まるインデックス。
value
indexにある要素の新しい値。
参照

FieldCollection<T> クラス
FieldCollection<T> メンバ

 

 


© 2004-2015 GrapeCity inc. All rights reserved.